3.661 \(\int \frac{x^3 \left (a+b x^2\right )^2}{\left (c+d x^2\right )^{5/2}} \, dx\)

Optimal. Leaf size=110 \[ -\frac{b \sqrt{c+d x^2} (3 b c-2 a d)}{d^4}-\frac{(b c-a d) (3 b c-a d)}{d^4 \sqrt{c+d x^2}}+\frac{c (b c-a d)^2}{3 d^4 \left (c+d x^2\right )^{3/2}}+\frac{b^2 \left (c+d x^2\right )^{3/2}}{3 d^4} \]

[Out]

(c*(b*c - a*d)^2)/(3*d^4*(c + d*x^2)^(3/2)) - ((b*c - a*d)*(3*b*c - a*d))/(d^4*S
qrt[c + d*x^2]) - (b*(3*b*c - 2*a*d)*Sqrt[c + d*x^2])/d^4 + (b^2*(c + d*x^2)^(3/
2))/(3*d^4)

_______________________________________________________________________________________

Rubi [A]  time = 0.266968, antiderivative size = 110, normalized size of antiderivative = 1., number of steps used = 3, number of rules used = 2, integrand size = 24, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.083 \[ -\frac{b \sqrt{c+d x^2} (3 b c-2 a d)}{d^4}-\frac{(b c-a d) (3 b c-a d)}{d^4 \sqrt{c+d x^2}}+\frac{c (b c-a d)^2}{3 d^4 \left (c+d x^2\right )^{3/2}}+\frac{b^2 \left (c+d x^2\right )^{3/2}}{3 d^4} \]

Antiderivative was successfully verified.

[In]  Int[(x^3*(a + b*x^2)^2)/(c + d*x^2)^(5/2),x]

[Out]

(c*(b*c - a*d)^2)/(3*d^4*(c + d*x^2)^(3/2)) - ((b*c - a*d)*(3*b*c - a*d))/(d^4*S
qrt[c + d*x^2]) - (b*(3*b*c - 2*a*d)*Sqrt[c + d*x^2])/d^4 + (b^2*(c + d*x^2)^(3/
2))/(3*d^4)

_______________________________________________________________________________________

Rubi in Sympy [A]  time = 32.5863, size = 97, normalized size = 0.88 \[ \frac{b^{2} \left (c + d x^{2}\right )^{\frac{3}{2}}}{3 d^{4}} + \frac{b \sqrt{c + d x^{2}} \left (2 a d - 3 b c\right )}{d^{4}} + \frac{c \left (a d - b c\right )^{2}}{3 d^{4} \left (c + d x^{2}\right )^{\frac{3}{2}}} - \frac{\left (a d - 3 b c\right ) \left (a d - b c\right )}{d^{4} \sqrt{c + d x^{2}}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate(x**3*(b*x**2+a)**2/(d*x**2+c)**(5/2),x)

[Out]

b**2*(c + d*x**2)**(3/2)/(3*d**4) + b*sqrt(c + d*x**2)*(2*a*d - 3*b*c)/d**4 + c*
(a*d - b*c)**2/(3*d**4*(c + d*x**2)**(3/2)) - (a*d - 3*b*c)*(a*d - b*c)/(d**4*sq
rt(c + d*x**2))

_______________________________________________________________________________________

Mathematica [A]  time = 0.108336, size = 98, normalized size = 0.89 \[ \frac{-a^2 d^2 \left (2 c+3 d x^2\right )+2 a b d \left (8 c^2+12 c d x^2+3 d^2 x^4\right )+b^2 \left (-16 c^3-24 c^2 d x^2-6 c d^2 x^4+d^3 x^6\right )}{3 d^4 \left (c+d x^2\right )^{3/2}} \]

Antiderivative was successfully verified.

[In]  Integrate[(x^3*(a + b*x^2)^2)/(c + d*x^2)^(5/2),x]

[Out]

(-(a^2*d^2*(2*c + 3*d*x^2)) + 2*a*b*d*(8*c^2 + 12*c*d*x^2 + 3*d^2*x^4) + b^2*(-1
6*c^3 - 24*c^2*d*x^2 - 6*c*d^2*x^4 + d^3*x^6))/(3*d^4*(c + d*x^2)^(3/2))

_______________________________________________________________________________________

Maple [A]  time = 0.01, size = 108, normalized size = 1. \[ -{\frac{-{b}^{2}{x}^{6}{d}^{3}-6\,ab{d}^{3}{x}^{4}+6\,{b}^{2}c{d}^{2}{x}^{4}+3\,{a}^{2}{d}^{3}{x}^{2}-24\,abc{d}^{2}{x}^{2}+24\,{b}^{2}{c}^{2}d{x}^{2}+2\,{a}^{2}c{d}^{2}-16\,ab{c}^{2}d+16\,{b}^{2}{c}^{3}}{3\,{d}^{4}} \left ( d{x}^{2}+c \right ) ^{-{\frac{3}{2}}}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int(x^3*(b*x^2+a)^2/(d*x^2+c)^(5/2),x)

[Out]

-1/3*(-b^2*d^3*x^6-6*a*b*d^3*x^4+6*b^2*c*d^2*x^4+3*a^2*d^3*x^2-24*a*b*c*d^2*x^2+
24*b^2*c^2*d*x^2+2*a^2*c*d^2-16*a*b*c^2*d+16*b^2*c^3)/(d*x^2+c)^(3/2)/d^4

_______________________________________________________________________________________

Maxima [F]  time = 0., size = 0, normalized size = 0. \[ \text{Exception raised: ValueError} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((b*x^2 + a)^2*x^3/(d*x^2 + c)^(5/2),x, algorithm="maxima")

[Out]

Exception raised: ValueError

_______________________________________________________________________________________

Fricas [A]  time = 0.220106, size = 167, normalized size = 1.52 \[ \frac{{\left (b^{2} d^{3} x^{6} - 16 \, b^{2} c^{3} + 16 \, a b c^{2} d - 2 \, a^{2} c d^{2} - 6 \,{\left (b^{2} c d^{2} - a b d^{3}\right )} x^{4} - 3 \,{\left (8 \, b^{2} c^{2} d - 8 \, a b c d^{2} + a^{2} d^{3}\right )} x^{2}\right )} \sqrt{d x^{2} + c}}{3 \,{\left (d^{6} x^{4} + 2 \, c d^{5} x^{2} + c^{2} d^{4}\right )}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((b*x^2 + a)^2*x^3/(d*x^2 + c)^(5/2),x, algorithm="fricas")

[Out]

1/3*(b^2*d^3*x^6 - 16*b^2*c^3 + 16*a*b*c^2*d - 2*a^2*c*d^2 - 6*(b^2*c*d^2 - a*b*
d^3)*x^4 - 3*(8*b^2*c^2*d - 8*a*b*c*d^2 + a^2*d^3)*x^2)*sqrt(d*x^2 + c)/(d^6*x^4
 + 2*c*d^5*x^2 + c^2*d^4)

_______________________________________________________________________________________

Sympy [A]  time = 6.74306, size = 454, normalized size = 4.13 \[ \begin{cases} - \frac{2 a^{2} c d^{2}}{3 c d^{4} \sqrt{c + d x^{2}} + 3 d^{5} x^{2} \sqrt{c + d x^{2}}} - \frac{3 a^{2} d^{3} x^{2}}{3 c d^{4} \sqrt{c + d x^{2}} + 3 d^{5} x^{2} \sqrt{c + d x^{2}}} + \frac{16 a b c^{2} d}{3 c d^{4} \sqrt{c + d x^{2}} + 3 d^{5} x^{2} \sqrt{c + d x^{2}}} + \frac{24 a b c d^{2} x^{2}}{3 c d^{4} \sqrt{c + d x^{2}} + 3 d^{5} x^{2} \sqrt{c + d x^{2}}} + \frac{6 a b d^{3} x^{4}}{3 c d^{4} \sqrt{c + d x^{2}} + 3 d^{5} x^{2} \sqrt{c + d x^{2}}} - \frac{16 b^{2} c^{3}}{3 c d^{4} \sqrt{c + d x^{2}} + 3 d^{5} x^{2} \sqrt{c + d x^{2}}} - \frac{24 b^{2} c^{2} d x^{2}}{3 c d^{4} \sqrt{c + d x^{2}} + 3 d^{5} x^{2} \sqrt{c + d x^{2}}} - \frac{6 b^{2} c d^{2} x^{4}}{3 c d^{4} \sqrt{c + d x^{2}} + 3 d^{5} x^{2} \sqrt{c + d x^{2}}} + \frac{b^{2} d^{3} x^{6}}{3 c d^{4} \sqrt{c + d x^{2}} + 3 d^{5} x^{2} \sqrt{c + d x^{2}}} & \text{for}\: d \neq 0 \\\frac{\frac{a^{2} x^{4}}{4} + \frac{a b x^{6}}{3} + \frac{b^{2} x^{8}}{8}}{c^{\frac{5}{2}}} & \text{otherwise} \end{cases} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(x**3*(b*x**2+a)**2/(d*x**2+c)**(5/2),x)

[Out]

Piecewise((-2*a**2*c*d**2/(3*c*d**4*sqrt(c + d*x**2) + 3*d**5*x**2*sqrt(c + d*x*
*2)) - 3*a**2*d**3*x**2/(3*c*d**4*sqrt(c + d*x**2) + 3*d**5*x**2*sqrt(c + d*x**2
)) + 16*a*b*c**2*d/(3*c*d**4*sqrt(c + d*x**2) + 3*d**5*x**2*sqrt(c + d*x**2)) +
24*a*b*c*d**2*x**2/(3*c*d**4*sqrt(c + d*x**2) + 3*d**5*x**2*sqrt(c + d*x**2)) +
6*a*b*d**3*x**4/(3*c*d**4*sqrt(c + d*x**2) + 3*d**5*x**2*sqrt(c + d*x**2)) - 16*
b**2*c**3/(3*c*d**4*sqrt(c + d*x**2) + 3*d**5*x**2*sqrt(c + d*x**2)) - 24*b**2*c
**2*d*x**2/(3*c*d**4*sqrt(c + d*x**2) + 3*d**5*x**2*sqrt(c + d*x**2)) - 6*b**2*c
*d**2*x**4/(3*c*d**4*sqrt(c + d*x**2) + 3*d**5*x**2*sqrt(c + d*x**2)) + b**2*d**
3*x**6/(3*c*d**4*sqrt(c + d*x**2) + 3*d**5*x**2*sqrt(c + d*x**2)), Ne(d, 0)), ((
a**2*x**4/4 + a*b*x**6/3 + b**2*x**8/8)/c**(5/2), True))

_______________________________________________________________________________________

GIAC/XCAS [A]  time = 0.238662, size = 173, normalized size = 1.57 \[ \frac{{\left (d x^{2} + c\right )}^{\frac{3}{2}} b^{2} - 9 \, \sqrt{d x^{2} + c} b^{2} c + 6 \, \sqrt{d x^{2} + c} a b d - \frac{9 \,{\left (d x^{2} + c\right )} b^{2} c^{2} - b^{2} c^{3} - 12 \,{\left (d x^{2} + c\right )} a b c d + 2 \, a b c^{2} d + 3 \,{\left (d x^{2} + c\right )} a^{2} d^{2} - a^{2} c d^{2}}{{\left (d x^{2} + c\right )}^{\frac{3}{2}}}}{3 \, d^{4}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((b*x^2 + a)^2*x^3/(d*x^2 + c)^(5/2),x, algorithm="giac")

[Out]

1/3*((d*x^2 + c)^(3/2)*b^2 - 9*sqrt(d*x^2 + c)*b^2*c + 6*sqrt(d*x^2 + c)*a*b*d -
 (9*(d*x^2 + c)*b^2*c^2 - b^2*c^3 - 12*(d*x^2 + c)*a*b*c*d + 2*a*b*c^2*d + 3*(d*
x^2 + c)*a^2*d^2 - a^2*c*d^2)/(d*x^2 + c)^(3/2))/d^4